Grid2vector Interface

public interface Grid2vector

Module Procedures

public subroutine Grid2vectorInteger(grid, vector)

return an array 1D of numbers different than nodata in a grid_integer

Arguments

Type IntentOptional Attributes Name
type(grid_integer), intent(in) :: grid
integer(kind=short), intent(out), ALLOCATABLE :: vector(:)

public subroutine Grid2vectorFloat(grid, vector)

return an array 1D of numbers different than nodata in a grid_real

Arguments

Type IntentOptional Attributes Name
type(grid_real), intent(in) :: grid
real(kind=float), intent(out), ALLOCATABLE :: vector(:)